-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
actionGroups_API.json
818 lines (818 loc) · 25.4 KB
/
actionGroups_API.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
{
"swagger": "2.0",
"info": {
"title": "Azure Action Groups API",
"x-ms-code-generation-settings": {
"name": "MonitorManagementClient"
},
"version": "2018-09-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}": {
"put": {
"description": "Create a new action group or update an existing one.",
"operationId": "ActionGroups_CreateOrUpdate",
"x-ms-examples": {
"Create or update an action group": {
"$ref": "./examples/createOrUpdateActionGroup.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ActionGroupNameParameter"
},
{
"name": "actionGroup",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/ActionGroupResource"
},
"description": "The action group to create or use for the update."
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "An existing action group was successfully updated.",
"schema": {
"$ref": "#/definitions/ActionGroupResource"
}
},
"201": {
"description": "A new action group was successfully created.",
"schema": {
"$ref": "#/definitions/ActionGroupResource"
}
},
"default": {
"description": "An error occurred and the action group could not be created or updated.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"get": {
"description": "Get an action group.",
"operationId": "ActionGroups_Get",
"x-ms-examples": {
"Get an action group": {
"$ref": "./examples/getActionGroup.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ActionGroupNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The request succeeded.",
"schema": {
"$ref": "#/definitions/ActionGroupResource"
}
},
"default": {
"description": "An error occurred and the action group could not be retrieved. 404: The action group does not exist.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"delete": {
"description": "Delete an action group.",
"operationId": "ActionGroups_Delete",
"x-ms-examples": {
"Delete an action group": {
"$ref": "./examples/deleteActionGroup.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ActionGroupNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The action group was successfully deleted."
},
"204": {
"description": "The action group does not exist. It may have already been deleted."
},
"default": {
"description": "An error occurred and the action group could not be deleted.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
"patch": {
"description": "Updates an existing action group's tags. To update other fields use the CreateOrUpdate method.",
"operationId": "ActionGroups_Update",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ActionGroupNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
},
{
"name": "actionGroupPatch",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/ActionGroupPatchBody"
},
"description": "Parameters supplied to the operation."
}
],
"responses": {
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
},
"200": {
"description": "An existing action group was successfully updated.",
"schema": {
"$ref": "#/definitions/ActionGroupResource"
}
}
},
"x-ms-examples": {
"Patch an action group": {
"$ref": "./examples/patchActionGroup.json"
}
}
}
},
"/subscriptions/{subscriptionId}/providers/microsoft.insights/actionGroups": {
"get": {
"description": "Get a list of all action groups in a subscription.",
"operationId": "ActionGroups_ListBySubscriptionId",
"x-ms-examples": {
"List action groups": {
"$ref": "./examples/listActionGroups.json"
}
},
"x-ms-pageable": {
"nextLinkName": null
},
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The request succeeded.",
"schema": {
"$ref": "#/definitions/ActionGroupList"
}
},
"default": {
"description": "An error occurred and the list of action groups could not be retrieved.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups": {
"get": {
"description": "Get a list of all action groups in a resource group.",
"operationId": "ActionGroups_ListByResourceGroup",
"x-ms-examples": {
"List action groups": {
"$ref": "./examples/listActionGroups.json"
}
},
"x-ms-pageable": {
"nextLinkName": null
},
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The request succeeded.",
"schema": {
"$ref": "#/definitions/ActionGroupList"
}
},
"default": {
"description": "An error occurred and the list of action groups could not be retrieved.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}/subscribe": {
"post": {
"description": "Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.",
"operationId": "ActionGroups_EnableReceiver",
"x-ms-examples": {
"Enable the receiver": {
"$ref": "./examples/enableReceiver.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/ActionGroupNameParameter"
},
{
"name": "enableRequest",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/EnableRequest"
},
"description": "The receiver to re-enable."
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The receiver was successfully enabled."
},
"409": {
"description": "The receiver is already enabled in the action group."
},
"default": {
"description": "An error occurred and the receiver could not be enabled, e.g.: 404: The action group was not found or no matching receiver was found in the action group.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
}
}
},
"definitions": {
"Resource": {
"properties": {
"id": {
"type": "string",
"readOnly": true,
"description": "Azure resource Id"
},
"name": {
"type": "string",
"readOnly": true,
"description": "Azure resource name"
},
"type": {
"type": "string",
"readOnly": true,
"description": "Azure resource type"
},
"location": {
"type": "string",
"description": "Resource location",
"x-ms-mutability": [
"create",
"read"
]
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
}
},
"required": [
"location"
],
"x-ms-azure-resource": true,
"description": "An azure resource object"
},
"ActionGroupResource": {
"description": "An action group resource.",
"allOf": [
{
"$ref": "#/definitions/Resource"
}
],
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ActionGroup",
"description": "The action groups properties of the resource."
}
}
},
"ActionGroupList": {
"description": "A list of action groups.",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ActionGroupResource"
},
"description": "The list of action groups."
},
"nextLink": {
"type": "string",
"description": "Provides the link to retrieve the next set of elements."
}
}
},
"ActionGroup": {
"description": "An Azure action group.",
"properties": {
"groupShortName": {
"type": "string",
"maxLength": 12,
"description": "The short name of the action group. This will be used in SMS messages."
},
"enabled": {
"type": "boolean",
"default": true,
"description": "Indicates whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications."
},
"emailReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/EmailReceiver"
},
"description": "The list of email receivers that are part of this action group."
},
"smsReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/SmsReceiver"
},
"description": "The list of SMS receivers that are part of this action group."
},
"webhookReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/WebhookReceiver"
},
"description": "The list of webhook receivers that are part of this action group."
},
"itsmReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/ItsmReceiver"
},
"description": "The list of ITSM receivers that are part of this action group."
},
"azureAppPushReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/AzureAppPushReceiver"
},
"description": "The list of AzureAppPush receivers that are part of this action group."
},
"automationRunbookReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/AutomationRunbookReceiver"
},
"description": "The list of AutomationRunbook receivers that are part of this action group."
},
"voiceReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/VoiceReceiver"
},
"description": "The list of voice receivers that are part of this action group."
},
"logicAppReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/LogicAppReceiver"
},
"description": "The list of logic app receivers that are part of this action group."
},
"azureFunctionReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/AzureFunctionReceiver"
},
"description": "The list of azure function receivers that are part of this action group."
},
"armRoleReceivers": {
"type": "array",
"items": {
"$ref": "#/definitions/ArmRoleReceiver"
},
"description": "The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported."
}
},
"required": [
"groupShortName",
"enabled"
]
},
"EmailReceiver": {
"description": "An email receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the email receiver. Names must be unique across all receivers within an action group."
},
"emailAddress": {
"type": "string",
"description": "The email address of this receiver."
},
"status": {
"readOnly": true,
"$ref": "#/definitions/ReceiverStatus",
"description": "The receiver status of the e-mail."
}
},
"required": [
"name",
"emailAddress"
]
},
"SmsReceiver": {
"description": "An SMS receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the SMS receiver. Names must be unique across all receivers within an action group."
},
"countryCode": {
"type": "string",
"description": "The country code of the SMS receiver."
},
"phoneNumber": {
"type": "string",
"description": "The phone number of the SMS receiver."
},
"status": {
"readOnly": true,
"$ref": "#/definitions/ReceiverStatus",
"description": "The status of the receiver."
}
},
"required": [
"name",
"countryCode",
"phoneNumber"
]
},
"WebhookReceiver": {
"description": "A webhook receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the webhook receiver. Names must be unique across all receivers within an action group."
},
"serviceUri": {
"type": "string",
"description": "The URI where webhooks should be sent."
}
},
"required": [
"name",
"serviceUri"
]
},
"ItsmReceiver": {
"description": "An Itsm receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the Itsm receiver. Names must be unique across all receivers within an action group."
},
"workspaceId": {
"type": "string",
"description": "OMS LA instance identifier."
},
"connectionId": {
"type": "string",
"description": "Unique identification of ITSM connection among multiple defined in above workspace."
},
"ticketConfiguration": {
"type": "string",
"description": "JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well."
},
"region": {
"type": "string",
"description": "Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'"
}
},
"required": [
"name",
"workspaceId",
"connectionId",
"ticketConfiguration",
"region"
]
},
"AzureAppPushReceiver": {
"description": "The Azure mobile App push notification receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the Azure mobile app push receiver. Names must be unique across all receivers within an action group."
},
"emailAddress": {
"type": "string",
"description": "The email address registered for the Azure mobile app."
}
},
"required": [
"name",
"emailAddress"
]
},
"AutomationRunbookReceiver": {
"description": "The Azure Automation Runbook notification receiver.",
"properties": {
"automationAccountId": {
"type": "string",
"description": "The Azure automation account Id which holds this runbook and authenticate to Azure resource."
},
"runbookName": {
"type": "string",
"description": "The name for this runbook."
},
"webhookResourceId": {
"type": "string",
"description": "The resource id for webhook linked to this runbook."
},
"isGlobalRunbook": {
"type": "boolean",
"description": "Indicates whether this instance is global runbook."
},
"name": {
"type": "string",
"description": "Indicates name of the webhook."
},
"serviceUri": {
"type": "string",
"description": "The URI where webhooks should be sent."
}
},
"required": [
"automationAccountId",
"runbookName",
"webhookResourceId",
"isGlobalRunbook"
]
},
"VoiceReceiver": {
"description": "A voice receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the voice receiver. Names must be unique across all receivers within an action group."
},
"countryCode": {
"type": "string",
"description": "The country code of the voice receiver."
},
"phoneNumber": {
"type": "string",
"description": "The phone number of the voice receiver."
}
},
"required": [
"name",
"countryCode",
"phoneNumber"
]
},
"LogicAppReceiver": {
"description": "A logic app receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the logic app receiver. Names must be unique across all receivers within an action group."
},
"resourceId": {
"type": "string",
"description": "The azure resource id of the logic app receiver."
},
"callbackUrl": {
"type": "string",
"description": "The callback url where http request sent to."
}
},
"required": [
"name",
"resourceId",
"callbackUrl"
]
},
"AzureFunctionReceiver": {
"description": "An azure function receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the azure function receiver. Names must be unique across all receivers within an action group."
},
"functionAppResourceId": {
"type": "string",
"description": "The azure resource id of the function app."
},
"functionName": {
"type": "string",
"description": "The function name in the function app."
},
"httpTriggerUrl": {
"type": "string",
"description": "The http trigger url where http request sent to."
}
},
"required": [
"name",
"functionAppResourceId",
"functionName",
"httpTriggerUrl"
]
},
"ArmRoleReceiver": {
"description": "An arm role receiver.",
"properties": {
"name": {
"type": "string",
"description": "The name of the arm role receiver. Names must be unique across all receivers within an action group."
},
"roleId": {
"type": "string",
"description": "The arm role id."
}
},
"required": [
"name",
"roleId"
]
},
"ReceiverStatus": {
"type": "string",
"enum": [
"NotSpecified",
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "ReceiverStatus",
"modelAsString": false
},
"description": "Indicates the status of the receiver. Receivers that are not Enabled will not receive any communications."
},
"EnableRequest": {
"description": "Describes a receiver that should be resubscribed.",
"properties": {
"receiverName": {
"type": "string",
"description": "The name of the receiver to resubscribe."
}
},
"required": [
"receiverName"
]
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
"properties": {
"code": {
"description": "Error code",
"type": "string"
},
"message": {
"description": "Error message indicating why the operation failed.",
"type": "string"
}
}
},
"ActionGroupPatchBody": {
"description": "An action group object for the body of patch operations.",
"properties": {
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ActionGroupPatch",
"description": "The action group settings for an update operation."
}
}
},
"ActionGroupPatch": {
"description": "An Azure action group for patch operations.",
"properties": {
"enabled": {
"type": "boolean",
"default": true,
"description": "Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated."
}
}
}
},
"parameters": {
"ResourceGroupNameParameter": {
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group.",
"x-ms-parameter-location": "method"
},
"ActionGroupNameParameter": {
"name": "actionGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the action group.",
"x-ms-parameter-location": "method"
}
}
}